home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / exechost.arc / EXAMPLES.ARC / UPLOAD.BAT < prev   
DOS Batch File  |  1990-07-10  |  371b  |  7 lines

  1.                  Example batch file to be run after each upload.
  2. fixdir fixnew      <--- runs adds fixdir headers to new.dir file
  3. cd uploads         <--- changes to the uploads directory
  4. rezip %1           <--- rezips the uploaded file (%1 is sent by Host)
  5. call comment %1    <--- adds BBS comment to zip file
  6. cd \telix          <--- returns to the Telix directory
  7.